From: Matthias Clasen Date: Sun, 14 May 2023 17:06:00 +0000 (-0400) Subject: wayland: Remove some unused fields X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~59^2^2~259^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5393173afa0511e8b1a1e6c3fae42a236028e78f;p=gtk4.git wayland: Remove some unused fields --- diff --git a/gdk/wayland/gdktoplevel-wayland.c b/gdk/wayland/gdktoplevel-wayland.c index 022e341dd7..a73c3de695 100644 --- a/gdk/wayland/gdktoplevel-wayland.c +++ b/gdk/wayland/gdktoplevel-wayland.c @@ -102,12 +102,6 @@ struct _GdkWaylandToplevel gboolean size_is_fixed; } next_layout; - struct { - GdkWaylandToplevelExported callback; - gpointer user_data; - GDestroyNotify destroy_func; - } exported; - struct { gboolean was_set;